WeddingThankYou
1.0.0.0
결혼식 이후 감사 인사와 사진, 계좌 안내, 연락처를 모바일 페이지로 전달하는 감사장 서비스입니다.
Toggle main menu visibility
로딩중...
검색중...
일치하는것 없음
AccountInfo.cs
이 파일의 문서화 페이지로 가기
1
namespace
WeddingThankYou.Models
;
2
11
public
sealed
class
AccountInfo
12
{
21
public
string
Label
{
get
;
set
; } =
""
;
30
public
string
Name
{
get
;
set
; } =
""
;
39
public
string
Phone
{
get
;
set
; } =
""
;
48
public
string
BankName
{
get
;
set
; } =
""
;
57
public
string
Account
{
get
;
set
; } =
""
;
66
public
string
AccountHolder
{
get
;
set
; } =
""
;
75
public
string
KakaoPayUrl
{
get
;
set
; } =
""
;
76
}
WeddingThankYou.Models
Definition
AccountInfo.cs:1
WeddingThankYou.Models.AccountInfo
Definition
AccountInfo.cs:12
WeddingThankYou.Models.AccountInfo.BankName
string BankName
Definition
AccountInfo.cs:48
WeddingThankYou.Models.AccountInfo.AccountHolder
string AccountHolder
Definition
AccountInfo.cs:66
WeddingThankYou.Models.AccountInfo.Name
string Name
Definition
AccountInfo.cs:30
WeddingThankYou.Models.AccountInfo.KakaoPayUrl
string KakaoPayUrl
Definition
AccountInfo.cs:75
WeddingThankYou.Models.AccountInfo.Label
string Label
Definition
AccountInfo.cs:21
WeddingThankYou.Models.AccountInfo.Account
string Account
Definition
AccountInfo.cs:57
WeddingThankYou.Models.AccountInfo.Phone
string Phone
Definition
AccountInfo.cs:39
Models
AccountInfo.cs
다음에 의해 생성됨 :
1.17.0