請求先住所の変更方法
カスタマーコントロール画面にログインし、左メニューの「登録情報」→「請求先変更」をクリックしてください。
ポップアップで出てきた項目を適宜変更して、「確認」ボタンを押してください。
「確認」を押して頂きますと、「請求先住所の変更申請完了」となります。
カスタマーサポート側で変更申請が受理されましたら、翌月の請求から新住所に変更されます。
請求書の送付方法で「郵送」をお選びの場合は、新住所に請求書が送付されます。
// If comments are open or we have at least one comment, load up the comment template.
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
the_post_navigation( array(
'prev_text' => '' . __( 'Previous Post', 'twentyseventeen' ) . '' . __( 'Previous', 'twentyseventeen' ) . ' ' . twentyseventeen_get_svg( array( 'icon' => 'arrow-left' ) ) . '%title',
'next_text' => '' . __( 'Next Post', 'twentyseventeen' ) . '' . __( 'Next', 'twentyseventeen' ) . ' %title' . twentyseventeen_get_svg( array( 'icon' => 'arrow-right' ) ) . '',
) );